home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
CreateGraphicsChange.h
< prev
next >
Wrap
Text File
|
1992-02-09
|
317b
|
17 lines
@interface CreateGraphicsChange : Change
{
id graphicView;
Graphic *graphic;
char *changeName;
StartEditingGraphicsChange *startEditingChange;
}
- initGraphicView:aGraphicView graphic:aGraphic;
- free;
- (const char *)changeName;
- undoChange;
- redoChange;
- (BOOL)incorporateChange:change;
@end